home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.9
/
2001-12_Disc_7.9.bin
/
Data
/
audio.pcg
/
scripts
/
DefineButton2_15
/
BUTTONCONDACTION on(release).as
< prev
next >
Wrap
Text File
|
2001-09-13
|
350b
|
17 lines
on(release){
_level4.gotoAndStop(2);
if(soundFlagValue)
{
if(_level1.EasterEggIsOn)
{
_level1.EasterEggIsOn = false;
_level1.screenflag2 = 0;
_level1.gotoAndPlay("file");
}
stopAllSounds();
_root.thing.play();
_root.textInfo.play();
gotoAndPlay(3);
}
}